Html Css Color HEX #350B1D Blackberry

📋 copy color: '#350B1D'

red 53 ◦ green 11 ◦ blue 29

#350B1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #350B1D

Tints of Blackberry #350B1D

RGB

 RED value IS 53 (21.09% from 255) = 56.99%

 GREEN value IS 11 (4.69% from 255) = 11.83%

 BLUE value IS 29 (11.72% from 255) = 31.18%

R = 56.99%
G = 11.83%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#350B1D (or 0x350B1D) is known color: Blackberry. HEX triplet: 35, 0B and 1D. RGB value is (53,11,29). Sum of RGB (Red+Green+Blue) = 53+11+29=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B1D is #CAF4E2. Grayscale: #191919. Windows color (decimal): -13300963 or 1903413. OLE color: 1903413.

HSL color Cylindrical-coordinate representation of color #350B1D: hue angle of 334.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B1D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 11 29 -
CMYK 0 0.79 0.45 0.79
HSL 334.29º 0.66% 0.13% -
HSV(B) 334.29º 0.79% 0.21% -
XYZ 1.81 1.08 1.28 -
YUV 25.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 53 11 29 0 0.79 0.45 0.79 334.29 0.66 0.13
Hex 35 B 1D 0 4F 2D 4F 14E 42 D
Octal 65 13 35 0 117 55 117 516 102 15
Binary 110101 1011 11101 0 1001111 101101 1001111 101001110 1000010 1101

Color Harmonies of #350B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B1D

Black with #350B1D

Text Example


Text Example

White with #350B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B1D; }

 p { color: rgb(53,11,29); }

 H1.HeaderClassName
 {
   color: #350B1D;
 }
 .AnyTagClassName
 {
   color: #350B1D;
 }
</style>

background-color css

<style>
 a { background-color: #350B1D; }

 a { background-color: rgb(53,11,29); }

 div.DivClassName
 {
   background-color: #350B1D;
 }
 .BgClassName
 {
   background-color: #350B1D;
 }
</style>

border-color css

<style>
 span { border-color: #350B1D; }

 span { border-color: rgb(53,11,29); }

 td.TdClassName
 {
   border-color: #350B1D;
 }
 .TagClassName
 {
   border-color: #350B1D;
 }
</style>