Html Css Color HEX #303001 Karaka

📋 copy color: '#303001'

red 48 ◦ green 48 ◦ blue 1

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

Shades of Karaka #303001

Tints of Karaka #303001

RGB

 RED value IS 48 (19.14% from 255) = 49.48%

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

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

R = 49.48%
G = 49.48%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#303001 (or 0x303001) is known color: Karaka. HEX triplet: 30, 30 and 01. RGB value is (48,48,1). Sum of RGB (Red+Green+Blue) = 48+48+1=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303001 is #CFCFFE. Grayscale: #2A2A2A. Windows color (decimal): -13619199 or 77872. OLE color: 77872.

HSL color Cylindrical-coordinate representation of color #303001: hue angle of 60º 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 #303001 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 1 -
CMYK 0 0 0.98 0.81
HSL 60º 0.96% 0.1% -
HSV(B) 60º 0.98% 0.19% -
XYZ 2.28 2.74 0.44 -
YUV 42.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 48 48 1 0 0 0.98 0.81 60 0.96 0.1
Hex 30 30 1 0 0 62 51 3C 60 A
Octal 60 60 1 0 0 142 121 74 140 12
Binary 110000 110000 1 0 0 1100010 1010001 111100 1100000 1010

Color Harmonies of #303001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303001

Black with #303001

Text Example


Text Example

White with #303001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303001; }

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

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

background-color css

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

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

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

border-color css

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

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

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