Html Css Color HEX #31330E Karaka

📋 copy color: '#31330E'

red 49 ◦ green 51 ◦ blue 14

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

Shades of Karaka #31330E

Tints of Karaka #31330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 42.98%
G = 44.74%
B = 12.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#31330E (or 0x31330E) is known color: Karaka. HEX triplet: 31, 33 and 0E. RGB value is (49,51,14). Sum of RGB (Red+Green+Blue) = 49+51+14=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #31330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31330E is #CECCF1. Grayscale: #2E2E2E. Windows color (decimal): -13552882 or 930609. OLE color: 930609.

HSL color Cylindrical-coordinate representation of color #31330E: hue angle of 63.24º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31330E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 14 -
CMYK 0.04 0 0.73 0.8
HSL 63.24º 0.57% 0.13% -
HSV(B) 63.24º 0.73% 0.2% -
XYZ 2.53 3.05 0.87 -
YUV 46.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 49 51 14 0.04 0 0.73 0.8 63.24 0.57 0.13
Hex 31 33 E 4 0 49 50 3F 39 D
Octal 61 63 16 4 0 111 120 77 71 15
Binary 110001 110011 1110 100 0 1001001 1010000 111111 111001 1101

Color Harmonies of #31330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31330E

Black with #31330E

Text Example


Text Example

White with #31330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31330E; }

 p { color: rgb(49,51,14); }

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

background-color css

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

 a { background-color: rgb(49,51,14); }

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

border-color css

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

 span { border-color: rgb(49,51,14); }

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