#302F08

Color #302F08 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #302F08

Tints of Karaka #302F08

Color information

#302F08 (or 0x302F08) is unknown color: approx Karaka. HEX triplet: 30, 2F and 08. RGB value is (48,47,8). Sum of RGB (Red+Green+Blue) = 48+47+8=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F08 is #CFD0F7. Grayscale: #2B2B2B. Windows color (decimal): -13619448 or 536368. OLE color: 536368.

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

Color convert

RGB48478-
CMYK00.020.830.81
HSL58.5º71.43%10.98%-
HSV(B)58.5º83.33%18.82%-
XYZ2.282.680.63-
YUV42.85108.33131.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 47 (18.75% from 255) = 45.63%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=46.60%
G=45.63%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4847800.020.830.8158.571.4310.98
Hex302F80253513a47b
Octal605710021231217210713
Binary11000010111110000101010011101000111101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F08; }

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

 H1.HeaderClassName
 {
   color: #302F08;
 }
 .AnyTagClassName
 {
   color: #302F08;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #302F08;
 }
 .BgClassName
 {
   background-color: #302F08;
 }
</style>
border-color css

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

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

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