Html Css Color HEX #30302D Karaka

📋 copy color: '#30302D'

red 48 ◦ green 48 ◦ blue 45

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

Shades of Karaka #30302D

Tints of Karaka #30302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 34.04%
G = 34.04%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#30302D (or 0x30302D) is known color: Karaka. HEX triplet: 30, 30 and 2D. RGB value is (48,48,45). Sum of RGB (Red+Green+Blue) = 48+48+45=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302D is #CFCFD2. Grayscale: #2F2F2F. Windows color (decimal): -13619155 or 2961456. OLE color: 2961456.

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

Color convert

RGB 48 48 45 -
CMYK 0 0 0.06 0.81
HSL 60º 0.03% 0.18% -
HSV(B) 60º 0.06% 0.19% -
XYZ 2.75 2.93 2.9 -
YUV 47.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 48 48 45 0 0 0.06 0.81 60 0.03 0.18
Hex 30 30 2D 0 0 6 51 3C 3 12
Octal 60 60 55 0 0 6 121 74 3 22
Binary 110000 110000 101101 0 0 110 1010001 111100 11 10010

Color Harmonies of #30302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30302D

Black with #30302D

Text Example


Text Example

White with #30302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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