Html Css Color HEX #31330D Karaka

📋 copy color: '#31330D'

red 49 ◦ green 51 ◦ blue 13

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

Shades of Karaka #31330D

Tints of Karaka #31330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 43.36%
G = 45.13%
B = 11.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#31330D (or 0x31330D) is known color: Karaka. HEX triplet: 31, 33 and 0D. RGB value is (49,51,13). Sum of RGB (Red+Green+Blue) = 49+51+13=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #31330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31330D is #CECCF2. Grayscale: #2E2E2E. Windows color (decimal): -13552883 or 865073. OLE color: 865073.

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

Color convert

RGB 49 51 13 -
CMYK 0.04 0 0.75 0.8
HSL 63.16º 0.59% 0.13% -
HSV(B) 63.16º 0.75% 0.2% -
XYZ 2.52 3.05 0.84 -
YUV 46.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 49 51 13 0.04 0 0.75 0.8 63.16 0.59 0.13
Hex 31 33 D 4 0 4B 50 3F 3B D
Octal 61 63 15 4 0 113 120 77 73 15
Binary 110001 110011 1101 100 0 1001011 1010000 111111 111011 1101

Color Harmonies of #31330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31330D

Black with #31330D

Text Example


Text Example

White with #31330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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