Html Css Color HEX #313009 Karaka

📋 copy color: '#313009'

red 49 ◦ green 48 ◦ blue 9

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

Shades of Karaka #313009

Tints of Karaka #313009

RGB

 RED value IS 49 (19.53% from 255) = 46.23%

 GREEN value IS 48 (19.14% from 255) = 45.28%

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

R = 46.23%
G = 45.28%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#313009 (or 0x313009) is known color: Karaka. HEX triplet: 31, 30 and 09. RGB value is (49,48,9). Sum of RGB (Red+Green+Blue) = 49+48+9=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #313009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313009 is #CECFF6. Grayscale: #2C2C2C. Windows color (decimal): -13553655 or 602161. OLE color: 602161.

HSL color Cylindrical-coordinate representation of color #313009: hue angle of 58.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #313009 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 48 9 -
CMYK 0 0.02 0.82 0.81
HSL 58.5º 0.69% 0.11% -
HSV(B) 58.5º 0.82% 0.19% -
XYZ 2.37 2.79 0.67 -
YUV 43.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 49 48 9 0 0.02 0.82 0.81 58.5 0.69 0.11
Hex 31 30 9 0 2 52 51 3A 45 B
Octal 61 60 11 0 2 122 121 72 105 13
Binary 110001 110000 1001 0 10 1010010 1010001 111010 1000101 1011

Color Harmonies of #313009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313009

Black with #313009

Text Example


Text Example

White with #313009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313009; }

 p { color: rgb(49,48,9); }

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

background-color css

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

 a { background-color: rgb(49,48,9); }

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

border-color css

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

 span { border-color: rgb(49,48,9); }

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