Html Css Color HEX #242F35 Cinder

📋 copy color: '#242F35'

red 36 ◦ green 47 ◦ blue 53

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

Shades of Cinder #242F35

Tints of Cinder #242F35

RGB

 RED value IS 36 (14.45% from 255) = 26.47%

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 26.47%
G = 34.56%
B = 38.97%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#242F35 (or 0x242F35) is known color: Cinder. HEX triplet: 24, 2F and 35. RGB value is (36,47,53). Sum of RGB (Red+Green+Blue) = 36+47+53=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #242F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F35 is #DBD0CA. Grayscale: #2C2C2C. Windows color (decimal): -14405835 or 3485476. OLE color: 3485476.

HSL color Cylindrical-coordinate representation of color #242F35: hue angle of 201.18º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #242F35 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 47 53 -
CMYK 0.32 0.11 0 0.79
HSL 201.18º 0.19% 0.17% -
HSV(B) 201.18º 0.32% 0.21% -
XYZ 2.39 2.67 3.76 -
YUV 44.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 36 47 53 0.32 0.11 0 0.79 201.18 0.19 0.17
Hex 24 2F 35 20 B 0 4F C9 13 11
Octal 44 57 65 40 13 0 117 311 23 21
Binary 100100 101111 110101 100000 1011 0 1001111 11001001 10011 10001

Color Harmonies of #242F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242F35

Black with #242F35

Text Example


Text Example

White with #242F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242F35; }

 p { color: rgb(36,47,53); }

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

background-color css

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

 a { background-color: rgb(36,47,53); }

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

border-color css

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

 span { border-color: rgb(36,47,53); }

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