#30310B

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

Shades of Karaka #30310B

Tints of Karaka #30310B

Color information

#30310B (or 0x30310B) is unknown color: approx Karaka. HEX triplet: 30, 31 and 0B. RGB value is (48,49,11). Sum of RGB (Red+Green+Blue) = 48+49+11=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #30310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30310B is #CFCEF4. Grayscale: #2C2C2C. Windows color (decimal): -13618933 or 733488. OLE color: 733488.

HSL color Cylindrical-coordinate representation of color #30310B: hue angle of 61.58º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30310B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB484911-
CMYK0.0200.780.81
HSL61.58º63.33%11.76%-
HSV(B)61.58º77.55%19.22%-
XYZ2.382.850.74-
YUV44.37109.17130.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=44.44%
G=45.37%
B=10.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849110.0200.780.8161.5863.3311.76
Hex3031B204E513e3fc
Octal60611320116121767714
Binary1100001100011011100100111010100011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30310B; }

 p { color: rgb(48,49,11); }

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

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

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

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

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

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

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