Html Css Color HEX #25122F Blackcurrant

📋 copy color: '#25122F'

red 37 ◦ green 18 ◦ blue 47

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

Shades of Blackcurrant #25122F

Tints of Blackcurrant #25122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

 BLUE value IS 47 (18.75% from 255) = 46.08%

R = 36.27%
G = 17.65%
B = 46.08%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25122F (or 0x25122F) is known color: Blackcurrant. HEX triplet: 25, 12 and 2F. RGB value is (37,18,47). Sum of RGB (Red+Green+Blue) = 37+18+47=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #25122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122F is #DAEDD0. Grayscale: #1A1A1A. Windows color (decimal): -14347729 or 3084837. OLE color: 3084837.

HSL color Cylindrical-coordinate representation of color #25122F: hue angle of 279.31º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25122F is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 18 47 -
CMYK 0.21 0.62 0 0.82
HSL 279.31º 0.45% 0.13% -
HSV(B) 279.31º 0.62% 0.18% -
XYZ 1.49 1.03 2.81 -
YUV 26.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 37 18 47 0.21 0.62 0 0.82 279.31 0.45 0.13
Hex 25 12 2F 15 3E 0 52 117 2D D
Octal 45 22 57 25 76 0 122 427 55 15
Binary 100101 10010 101111 10101 111110 0 1010010 100010111 101101 1101

Color Harmonies of #25122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25122F

Black with #25122F

Text Example


Text Example

White with #25122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25122F; }

 p { color: rgb(37,18,47); }

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

background-color css

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

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

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

border-color css

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

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

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