Html Css Color HEX #30320C Karaka

📋 copy color: '#30320C'

red 48 ◦ green 50 ◦ blue 12

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

Shades of Karaka #30320C

Tints of Karaka #30320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.91%

R = 43.64%
G = 45.45%
B = 10.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#30320C (or 0x30320C) is known color: Karaka. HEX triplet: 30, 32 and 0C. RGB value is (48,50,12). Sum of RGB (Red+Green+Blue) = 48+50+12=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #30320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320C is #CFCDF3. Grayscale: #2D2D2D. Windows color (decimal): -13618676 or 799280. OLE color: 799280.

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

Color convert

RGB 48 50 12 -
CMYK 0.04 0 0.76 0.80
HSL 63.16º 0.61% 0.12% -
HSV(B) 63.16º 0.76% 0.2% -
XYZ 2.43 2.94 0.79 -
YUV 45.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 48 50 12 0.04 0 0.76 0.80 63.16 0.61 0.12
Hex 30 32 C 4 0 4C 50 3F 3D C
Octal 60 62 14 4 0 114 120 77 75 14
Binary 110000 110010 1100 100 0 1001100 1010000 111111 111101 1100

Color Harmonies of #30320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30320C

Black with #30320C

Text Example


Text Example

White with #30320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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