Html Css Color HEX #252524 Karaka

📋 copy color: '#252524'

red 37 ◦ green 37 ◦ blue 36

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

Shades of Karaka #252524

Tints of Karaka #252524

RGB

 RED value IS 37 (14.84% from 255) = 33.64%

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 33.64%
G = 33.64%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#252524 (or 0x252524) is known color: Karaka. HEX triplet: 25, 25 and 24. RGB value is (37,37,36). Sum of RGB (Red+Green+Blue) = 37+37+36=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252524 is #DADADB. Grayscale: #242424. Windows color (decimal): -14342876 or 2368805. OLE color: 2368805.

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

Color convert

RGB 37 37 36 -
CMYK 0 0 0.03 0.85
HSL 60º 0.01% 0.14% -
HSV(B) 60º 0.03% 0.15% -
XYZ 1.74 1.84 1.93 -
YUV 36.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 37 37 36 0 0 0.03 0.85 60 0.01 0.14
Hex 25 25 24 0 0 3 55 3C 1 E
Octal 45 45 44 0 0 3 125 74 1 16
Binary 100101 100101 100100 0 0 11 1010101 111100 1 1110

Color Harmonies of #252524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252524

Black with #252524

Text Example


Text Example

White with #252524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252524; }

 p { color: rgb(37,37,36); }

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

background-color css

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

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

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

border-color css

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

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

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