Html Css Color HEX #323318 Karaka

📋 copy color: '#323318'

red 50 ◦ green 51 ◦ blue 24

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

Shades of Karaka #323318

Tints of Karaka #323318

RGB

 RED value IS 50 (19.92% from 255) = 40%

 GREEN value IS 51 (20.31% from 255) = 40.8%

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 40%
G = 40.8%
B = 19.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#323318 (or 0x323318) is known color: Karaka. HEX triplet: 32, 33 and 18. RGB value is (50,51,24). Sum of RGB (Red+Green+Blue) = 50+51+24=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #323318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323318 is #CDCCE7. Grayscale: #2F2F2F. Windows color (decimal): -13487336 or 1585970. OLE color: 1585970.

HSL color Cylindrical-coordinate representation of color #323318: hue angle of 62.22º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #323318 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 50 51 24 -
CMYK 0.02 0 0.53 0.8
HSL 62.22º 0.36% 0.15% -
HSV(B) 62.22º 0.53% 0.2% -
XYZ 2.66 3.11 1.32 -
YUV 47.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 50 51 24 0.02 0 0.53 0.8 62.22 0.36 0.15
Hex 32 33 18 2 0 35 50 3E 24 F
Octal 62 63 30 2 0 65 120 76 44 17
Binary 110010 110011 11000 10 0 110101 1010000 111110 100100 1111

Color Harmonies of #323318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323318

Black with #323318

Text Example


Text Example

White with #323318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323318; }

 p { color: rgb(50,51,24); }

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

background-color css

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

 a { background-color: rgb(50,51,24); }

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

border-color css

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

 span { border-color: rgb(50,51,24); }

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