Html Css Color HEX #303008 Karaka

📋 copy color: '#303008'

red 48 ◦ green 48 ◦ blue 8

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

Shades of Karaka #303008

Tints of Karaka #303008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#303008 (or 0x303008) is known color: Karaka. HEX triplet: 30, 30 and 08. RGB value is (48,48,8). Sum of RGB (Red+Green+Blue) = 48+48+8=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303008 is #CFCFF7. Grayscale: #2B2B2B. Windows color (decimal): -13619192 or 536624. OLE color: 536624.

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

Color convert

RGB 48 48 8 -
CMYK 0 0 0.83 0.81
HSL 60º 0.71% 0.11% -
HSV(B) 60º 0.83% 0.19% -
XYZ 2.32 2.76 0.64 -
YUV 43.44 108 131.25 -
System Red Green Blue C M Y K H S L
Decimal 48 48 8 0 0 0.83 0.81 60 0.71 0.11
Hex 30 30 8 0 0 53 51 3C 47 B
Octal 60 60 10 0 0 123 121 74 107 13
Binary 110000 110000 1000 0 0 1010011 1010001 111100 1000111 1011

Color Harmonies of #303008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303008

Black with #303008

Text Example


Text Example

White with #303008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303008; }

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

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

background-color css

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

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

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

border-color css

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

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

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