Html Css Color HEX #35350B Karaka

📋 copy color: '#35350B'

red 53 ◦ green 53 ◦ blue 11

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

Shades of Karaka #35350B

Tints of Karaka #35350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.3%

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 45.3%
G = 45.3%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#35350B (or 0x35350B) is known color: Karaka. HEX triplet: 35, 35 and 0B. RGB value is (53,53,11). Sum of RGB (Red+Green+Blue) = 53+53+11=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350B is #CACAF4. Grayscale: #303030. Windows color (decimal): -13290229 or 734517. OLE color: 734517.

HSL color Cylindrical-coordinate representation of color #35350B: hue angle of 60º 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 #35350B is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 53 11 -
CMYK 0 0 0.79 0.79
HSL 60º 0.66% 0.13% -
HSV(B) 60º 0.79% 0.21% -
XYZ 2.8 3.33 0.81 -
YUV 48.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 53 53 11 0 0 0.79 0.79 60 0.66 0.13
Hex 35 35 B 0 0 4F 4F 3C 42 D
Octal 65 65 13 0 0 117 117 74 102 15
Binary 110101 110101 1011 0 0 1001111 1001111 111100 1000010 1101

Color Harmonies of #35350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35350B

Black with #35350B

Text Example


Text Example

White with #35350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35350B; }

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

 H1.HeaderClassName
 {
   color: #35350B;
 }
 .AnyTagClassName
 {
   color: #35350B;
 }
</style>

background-color css

<style>
 a { background-color: #35350B; }

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

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

border-color css

<style>
 span { border-color: #35350B; }

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

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