Html Css Color HEX #242225 Blackcurrant

📋 copy color: '#242225'

red 36 ◦ green 34 ◦ blue 37

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

Shades of Blackcurrant #242225

Tints of Blackcurrant #242225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

 BLUE value IS 37 (14.84% from 255) = 34.58%

R = 33.64%
G = 31.78%
B = 34.58%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#242225 (or 0x242225) is known color: Blackcurrant. HEX triplet: 24, 22 and 25. RGB value is (36,34,37). Sum of RGB (Red+Green+Blue) = 36+34+37=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: blue. Hex color #242225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242225 is #DBDDDA. Grayscale: #222222. Windows color (decimal): -14409179 or 2433572. OLE color: 2433572.

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

Color convert

RGB 36 34 37 -
CMYK 0.03 0.08 0 0.85
HSL 280º 0.04% 0.14% -
HSV(B) 280º 0.08% 0.15% -
XYZ 1.63 1.65 1.98 -
YUV 34.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 36 34 37 0.03 0.08 0 0.85 280 0.04 0.14
Hex 24 22 25 3 8 0 55 118 4 E
Octal 44 42 45 3 10 0 125 430 4 16
Binary 100100 100010 100101 11 1000 0 1010101 100011000 100 1110

Color Harmonies of #242225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242225

Black with #242225

Text Example


Text Example

White with #242225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242225; }

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

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

background-color css

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

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

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

border-color css

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

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

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