Html Css Color HEX #30320B Karaka

📋 copy color: '#30320B'

red 48 ◦ green 50 ◦ blue 11

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

Shades of Karaka #30320B

Tints of Karaka #30320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 11 (4.69% from 255) = 10.09%

R = 44.04%
G = 45.87%
B = 10.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#30320B (or 0x30320B) is known color: Karaka. HEX triplet: 30, 32 and 0B. RGB value is (48,50,11). Sum of RGB (Red+Green+Blue) = 48+50+11=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #30320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320B is #CFCDF4. Grayscale: #2D2D2D. Windows color (decimal): -13618677 or 733744. OLE color: 733744.

HSL color Cylindrical-coordinate representation of color #30320B: hue angle of 63.08º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30320B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 50 11 -
CMYK 0.04 0 0.78 0.80
HSL 63.08º 0.64% 0.12% -
HSV(B) 63.08º 0.78% 0.2% -
XYZ 2.42 2.93 0.76 -
YUV 44.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 48 50 11 0.04 0 0.78 0.80 63.08 0.64 0.12
Hex 30 32 B 4 0 4E 50 3F 40 C
Octal 60 62 13 4 0 116 120 77 100 14
Binary 110000 110010 1011 100 0 1001110 1010000 111111 1000000 1100

Color Harmonies of #30320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30320B

Black with #30320B

Text Example


Text Example

White with #30320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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