Html Css Color HEX #242125 Blackcurrant

📋 copy color: '#242125'

red 36 ◦ green 33 ◦ blue 37

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

Shades of Blackcurrant #242125

Tints of Blackcurrant #242125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

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

R = 33.96%
G = 31.13%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#242125 (or 0x242125) is known color: Blackcurrant. HEX triplet: 24, 21 and 25. RGB value is (36,33,37). Sum of RGB (Red+Green+Blue) = 36+33+37=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 37 - color contains mainly: blue. Hex color #242125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242125 is #DBDEDA. Grayscale: #222222. Windows color (decimal): -14409435 or 2433316. OLE color: 2433316.

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

Color convert

RGB 36 33 37 -
CMYK 0.03 0.11 0 0.85
HSL 285º 0.06% 0.14% -
HSV(B) 285º 0.11% 0.15% -
XYZ 1.61 1.6 1.97 -
YUV 34.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 36 33 37 0.03 0.11 0 0.85 285 0.06 0.14
Hex 24 21 25 3 B 0 55 11D 6 E
Octal 44 41 45 3 13 0 125 435 6 16
Binary 100100 100001 100101 11 1011 0 1010101 100011101 110 1110

Color Harmonies of #242125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242125

Black with #242125

Text Example


Text Example

White with #242125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242125; }

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

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

background-color css

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

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

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

border-color css

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

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

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