Html Css Color HEX #30320D Karaka

📋 copy color: '#30320D'

red 48 ◦ green 50 ◦ blue 13

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

Shades of Karaka #30320D

Tints of Karaka #30320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.71%

R = 43.24%
G = 45.05%
B = 11.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#30320D (or 0x30320D) is known color: Karaka. HEX triplet: 30, 32 and 0D. RGB value is (48,50,13). Sum of RGB (Red+Green+Blue) = 48+50+13=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #30320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320D is #CFCDF2. Grayscale: #2D2D2D. Windows color (decimal): -13618675 or 864816. OLE color: 864816.

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

Color convert

RGB 48 50 13 -
CMYK 0.04 0 0.74 0.80
HSL 63.24º 0.59% 0.12% -
HSV(B) 63.24º 0.74% 0.2% -
XYZ 2.43 2.94 0.82 -
YUV 45.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 48 50 13 0.04 0 0.74 0.80 63.24 0.59 0.12
Hex 30 32 D 4 0 4A 50 3F 3B C
Octal 60 62 15 4 0 112 120 77 73 14
Binary 110000 110010 1101 100 0 1001010 1010000 111111 111011 1100

Color Harmonies of #30320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30320D

Black with #30320D

Text Example


Text Example

White with #30320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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