Html Css Color HEX #29293B Black Rock

📋 copy color: '#29293B'

red 41 ◦ green 41 ◦ blue 59

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

Shades of Black Rock #29293B

Tints of Black Rock #29293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 29.08%
G = 29.08%
B = 41.84%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29293B (or 0x29293B) is known color: Black Rock. HEX triplet: 29, 29 and 3B. RGB value is (41,41,59). Sum of RGB (Red+Green+Blue) = 41+41+59=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #29293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29293B is #D6D6C4. Grayscale: #2A2A2A. Windows color (decimal): -14079685 or 3877161. OLE color: 3877161.

HSL color Cylindrical-coordinate representation of color #29293B: hue angle of 240º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29293B is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 41 59 -
CMYK 0.31 0.31 0 0.77
HSL 240º 0.18% 0.2% -
HSV(B) 240º 0.31% 0.23% -
XYZ 2.5 2.37 4.46 -
YUV 43.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 41 41 59 0.31 0.31 0 0.77 240 0.18 0.2
Hex 29 29 3B 1F 1F 0 4D F0 12 14
Octal 51 51 73 37 37 0 115 360 22 24
Binary 101001 101001 111011 11111 11111 0 1001101 11110000 10010 10100

Color Harmonies of #29293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29293B

Black with #29293B

Text Example


Text Example

White with #29293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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