#302F22

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

Shades of Karaka #302F22

Tints of Karaka #302F22

Color information

#302F22 (or 0x302F22) is unknown color: approx Karaka. HEX triplet: 30, 2F and 22. RGB value is (48,47,34). Sum of RGB (Red+Green+Blue) = 48+47+34=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F22 is #CFD0DD. Grayscale: #2D2D2D. Windows color (decimal): -13619422 or 2240304. OLE color: 2240304.

HSL color Cylindrical-coordinate representation of color #302F22: hue angle of 55.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302F22 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB484734-
CMYK00.020.290.81
HSL55.71º17.07%16.08%-
HSV(B)55.71º29.17%18.82%-
XYZ2.522.781.92-
YUV45.82121.33129.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=37.21%
G=36.43%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48473400.020.290.8155.7117.0716.08
Hex302F22021D51381110
Octal6057420235121702120
Binary1100001011111000100101110110100011110001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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