Html Css Color HEX #252520 Karaka

📋 copy color: '#252520'

red 37 ◦ green 37 ◦ blue 32

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

Shades of Karaka #252520

Tints of Karaka #252520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.19%

R = 34.91%
G = 34.91%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#252520 (or 0x252520) is known color: Karaka. HEX triplet: 25, 25 and 20. RGB value is (37,37,32). Sum of RGB (Red+Green+Blue) = 37+37+32=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 37 - color contains mainly: red, green. Hex color #252520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252520 is #DADADF. Grayscale: #242424. Windows color (decimal): -14342880 or 2106661. OLE color: 2106661.

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

Color convert

RGB 37 37 32 -
CMYK 0 0 0.14 0.85
HSL 60º 0.07% 0.14% -
HSV(B) 60º 0.14% 0.15% -
XYZ 1.69 1.82 1.63 -
YUV 36.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 37 37 32 0 0 0.14 0.85 60 0.07 0.14
Hex 25 25 20 0 0 E 55 3C 7 E
Octal 45 45 40 0 0 16 125 74 7 16
Binary 100101 100101 100000 0 0 1110 1010101 111100 111 1110

Color Harmonies of #252520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252520

Black with #252520

Text Example


Text Example

White with #252520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252520; }

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

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

background-color css

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

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

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

border-color css

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

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

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