Html Css Color HEX #29290F Karaka

📋 copy color: '#29290F'

red 41 ◦ green 41 ◦ blue 15

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

Shades of Karaka #29290F

Tints of Karaka #29290F

RGB

 RED value IS 41 (16.41% from 255) = 42.27%

 GREEN value IS 41 (16.41% from 255) = 42.27%

 BLUE value IS 15 (6.25% from 255) = 15.46%

R = 42.27%
G = 42.27%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29290F (or 0x29290F) is known color: Karaka. HEX triplet: 29, 29 and 0F. RGB value is (41,41,15). Sum of RGB (Red+Green+Blue) = 41+41+15=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29290F is #D6D6F0. Grayscale: #262626. Windows color (decimal): -14079729 or 993577. OLE color: 993577.

HSL color Cylindrical-coordinate representation of color #29290F: hue angle of 60º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29290F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 41 15 -
CMYK 0 0 0.63 0.84
HSL 60º 0.46% 0.11% -
HSV(B) 60º 0.63% 0.16% -
XYZ 1.79 2.09 0.76 -
YUV 38.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 41 41 15 0 0 0.63 0.84 60 0.46 0.11
Hex 29 29 F 0 0 3F 54 3C 2E B
Octal 51 51 17 0 0 77 124 74 56 13
Binary 101001 101001 1111 0 0 111111 1010100 111100 101110 1011

Color Harmonies of #29290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29290F

Black with #29290F

Text Example


Text Example

White with #29290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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