Html Css Color HEX #30302C Karaka

📋 copy color: '#30302C'

red 48 ◦ green 48 ◦ blue 44

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

Shades of Karaka #30302C

Tints of Karaka #30302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 34.29%
G = 34.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#30302C (or 0x30302C) is known color: Karaka. HEX triplet: 30, 30 and 2C. RGB value is (48,48,44). Sum of RGB (Red+Green+Blue) = 48+48+44=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302C is #CFCFD3. Grayscale: #2F2F2F. Windows color (decimal): -13619156 or 2895920. OLE color: 2895920.

HSL color Cylindrical-coordinate representation of color #30302C: hue angle of 60º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #30302C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 44 -
CMYK 0 0 0.08 0.81
HSL 60º 0.04% 0.18% -
HSV(B) 60º 0.08% 0.19% -
XYZ 2.73 2.92 2.8 -
YUV 47.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 48 48 44 0 0 0.08 0.81 60 0.04 0.18
Hex 30 30 2C 0 0 8 51 3C 4 12
Octal 60 60 54 0 0 10 121 74 4 22
Binary 110000 110000 101100 0 0 1000 1010001 111100 100 10010

Color Harmonies of #30302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30302C

Black with #30302C

Text Example


Text Example

White with #30302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,48,44); }

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

background-color css

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

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

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

border-color css

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

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

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