Html Css Color HEX #303029 Karaka

📋 copy color: '#303029'

red 48 ◦ green 48 ◦ blue 41

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

Shades of Karaka #303029

Tints of Karaka #303029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 35.04%
G = 35.04%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#303029 (or 0x303029) is known color: Karaka. HEX triplet: 30, 30 and 29. RGB value is (48,48,41). Sum of RGB (Red+Green+Blue) = 48+48+41=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303029 is #CFCFD6. Grayscale: #2F2F2F. Windows color (decimal): -13619159 or 2699312. OLE color: 2699312.

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

Color convert

RGB 48 48 41 -
CMYK 0 0 0.15 0.81
HSL 60º 0.08% 0.17% -
HSV(B) 60º 0.15% 0.19% -
XYZ 2.68 2.9 2.52 -
YUV 47.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 48 48 41 0 0 0.15 0.81 60 0.08 0.17
Hex 30 30 29 0 0 F 51 3C 8 11
Octal 60 60 51 0 0 17 121 74 10 21
Binary 110000 110000 101001 0 0 1111 1010001 111100 1000 10001

Color Harmonies of #303029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303029

Black with #303029

Text Example


Text Example

White with #303029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303029; }

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

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

background-color css

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

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

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

border-color css

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

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

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