Html Css Color HEX #303003 Karaka

📋 copy color: '#303003'

red 48 ◦ green 48 ◦ blue 3

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

Shades of Karaka #303003

Tints of Karaka #303003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 48.48%
G = 48.48%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#303003 (or 0x303003) is known color: Karaka. HEX triplet: 30, 30 and 03. RGB value is (48,48,3). Sum of RGB (Red+Green+Blue) = 48+48+3=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303003 is #CFCFFC. Grayscale: #2B2B2B. Windows color (decimal): -13619197 or 208944. OLE color: 208944.

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

Color convert

RGB 48 48 3 -
CMYK 0 0 0.94 0.81
HSL 60º 0.88% 0.1% -
HSV(B) 60º 0.94% 0.19% -
XYZ 2.29 2.75 0.5 -
YUV 42.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 48 48 3 0 0 0.94 0.81 60 0.88 0.1
Hex 30 30 3 0 0 5E 51 3C 58 A
Octal 60 60 3 0 0 136 121 74 130 12
Binary 110000 110000 11 0 0 1011110 1010001 111100 1011000 1010

Color Harmonies of #303003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303003

Black with #303003

Text Example


Text Example

White with #303003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303003; }

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

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

background-color css

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

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

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

border-color css

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

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

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