Html Css Color HEX #25102F Blackcurrant

📋 copy color: '#25102F'

red 37 ◦ green 16 ◦ blue 47

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

Shades of Blackcurrant #25102F

Tints of Blackcurrant #25102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

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

R = 37%
G = 16%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25102F (or 0x25102F) is known color: Blackcurrant. HEX triplet: 25, 10 and 2F. RGB value is (37,16,47). Sum of RGB (Red+Green+Blue) = 37+16+47=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #25102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102F is #DAEFD0. Grayscale: #191919. Windows color (decimal): -14348241 or 3084325. OLE color: 3084325.

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

Color convert

RGB 37 16 47 -
CMYK 0.21 0.66 0 0.82
HSL 280.65º 0.49% 0.12% -
HSV(B) 280.65º 0.66% 0.18% -
XYZ 1.46 0.97 2.8 -
YUV 25.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 37 16 47 0.21 0.66 0 0.82 280.65 0.49 0.12
Hex 25 10 2F 15 42 0 52 119 31 C
Octal 45 20 57 25 102 0 122 431 61 14
Binary 100101 10000 101111 10101 1000010 0 1010010 100011001 110001 1100

Color Harmonies of #25102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25102F

Black with #25102F

Text Example


Text Example

White with #25102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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