Html Css Color HEX #313007 Karaka

📋 copy color: '#313007'

red 49 ◦ green 48 ◦ blue 7

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

Shades of Karaka #313007

Tints of Karaka #313007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 47.12%
G = 46.15%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.81

RGB Variations

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

Color information

#313007 (or 0x313007) is known color: Karaka. HEX triplet: 31, 30 and 07. RGB value is (49,48,7). Sum of RGB (Red+Green+Blue) = 49+48+7=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #313007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313007 is #CECFF8. Grayscale: #2B2B2B. Windows color (decimal): -13553657 or 471089. OLE color: 471089.

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

Color convert

RGB 49 48 7 -
CMYK 0 0.02 0.86 0.81
HSL 58.57º 0.75% 0.11% -
HSV(B) 58.57º 0.86% 0.19% -
XYZ 2.36 2.78 0.61 -
YUV 43.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 49 48 7 0 0.02 0.86 0.81 58.57 0.75 0.11
Hex 31 30 7 0 2 56 51 3B 4B B
Octal 61 60 7 0 2 126 121 73 113 13
Binary 110001 110000 111 0 10 1010110 1010001 111011 1001011 1011

Color Harmonies of #313007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313007

Black with #313007

Text Example


Text Example

White with #313007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313007; }

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

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

background-color css

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

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

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

border-color css

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

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

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