Html Css Color HEX #313001 Karaka

📋 copy color: '#313001'

red 49 ◦ green 48 ◦ blue 1

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

Shades of Karaka #313001

Tints of Karaka #313001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.02%

R = 50%
G = 48.98%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#313001 (or 0x313001) is known color: Karaka. HEX triplet: 31, 30 and 01. RGB value is (49,48,1). Sum of RGB (Red+Green+Blue) = 49+48+1=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #313001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313001 is #CECFFE. Grayscale: #2B2B2B. Windows color (decimal): -13553663 or 77873. OLE color: 77873.

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

Color convert

RGB 49 48 1 -
CMYK 0 0.02 0.98 0.81
HSL 58.75º 0.96% 0.1% -
HSV(B) 58.75º 0.98% 0.19% -
XYZ 2.33 2.77 0.44 -
YUV 42.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 49 48 1 0 0.02 0.98 0.81 58.75 0.96 0.1
Hex 31 30 1 0 2 62 51 3B 60 A
Octal 61 60 1 0 2 142 121 73 140 12
Binary 110001 110000 1 0 10 1100010 1010001 111011 1100000 1010

Color Harmonies of #313001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313001

Black with #313001

Text Example


Text Example

White with #313001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313001; }

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

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

background-color css

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

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

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

border-color css

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

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

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