Html Css Color HEX #35351B Karaka

📋 copy color: '#35351B'

red 53 ◦ green 53 ◦ blue 27

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

Shades of Karaka #35351B

Tints of Karaka #35351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 39.85%
G = 39.85%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35351B (or 0x35351B) is known color: Karaka. HEX triplet: 35, 35 and 1B. RGB value is (53,53,27). Sum of RGB (Red+Green+Blue) = 53+53+27=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35351B is #CACAE4. Grayscale: #323232. Windows color (decimal): -13290213 or 1783093. OLE color: 1783093.

HSL color Cylindrical-coordinate representation of color #35351B: hue angle of 60º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35351B is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 53 27 -
CMYK 0 0 0.49 0.79
HSL 60º 0.33% 0.16% -
HSV(B) 60º 0.49% 0.21% -
XYZ 2.94 3.38 1.53 -
YUV 50.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 53 53 27 0 0 0.49 0.79 60 0.33 0.16
Hex 35 35 1B 0 0 31 4F 3C 20 10
Octal 65 65 33 0 0 61 117 74 40 20
Binary 110101 110101 11011 0 0 110001 1001111 111100 100000 10000

Color Harmonies of #35351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35351B

Black with #35351B

Text Example


Text Example

White with #35351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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