Html Css Color HEX #30301D Karaka

📋 copy color: '#30301D'

red 48 ◦ green 48 ◦ blue 29

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

Shades of Karaka #30301D

Tints of Karaka #30301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 38.4%
G = 38.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30301D (or 0x30301D) is known color: Karaka. HEX triplet: 30, 30 and 1D. RGB value is (48,48,29). Sum of RGB (Red+Green+Blue) = 48+48+29=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30301D is #CFCFE2. Grayscale: #2D2D2D. Windows color (decimal): -13619171 or 1912880. OLE color: 1912880.

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

Color convert

RGB 48 48 29 -
CMYK 0 0 0.40 0.81
HSL 60º 0.25% 0.15% -
HSV(B) 60º 0.4% 0.19% -
XYZ 2.5 2.83 1.58 -
YUV 45.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 48 48 29 0 0 0.40 0.81 60 0.25 0.15
Hex 30 30 1D 0 0 28 51 3C 19 F
Octal 60 60 35 0 0 50 121 74 31 17
Binary 110000 110000 11101 0 0 101000 1010001 111100 11001 1111

Color Harmonies of #30301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30301D

Black with #30301D

Text Example


Text Example

White with #30301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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