Html Css Color HEX #323309 Karaka

📋 copy color: '#323309'

red 50 ◦ green 51 ◦ blue 9

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

Shades of Karaka #323309

Tints of Karaka #323309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 45.45%
G = 46.36%
B = 8.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#323309 (or 0x323309) is known color: Karaka. HEX triplet: 32, 33 and 09. RGB value is (50,51,9). Sum of RGB (Red+Green+Blue) = 50+51+9=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #323309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323309 is #CDCCF6. Grayscale: #2E2E2E. Windows color (decimal): -13487351 or 602930. OLE color: 602930.

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

Color convert

RGB 50 51 9 -
CMYK 0.02 0 0.82 0.8
HSL 61.43º 0.7% 0.12% -
HSV(B) 61.43º 0.82% 0.2% -
XYZ 2.55 3.07 0.72 -
YUV 45.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 50 51 9 0.02 0 0.82 0.8 61.43 0.7 0.12
Hex 32 33 9 2 0 52 50 3D 46 C
Octal 62 63 11 2 0 122 120 75 106 14
Binary 110010 110011 1001 10 0 1010010 1010000 111101 1000110 1100

Color Harmonies of #323309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323309

Black with #323309

Text Example


Text Example

White with #323309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323309; }

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

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

background-color css

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

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

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

border-color css

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

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

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