Html Css Color HEX #25002F Blackcurrant

📋 copy color: '#25002F'

red 37 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #25002F

Tints of Blackcurrant #25002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.05%
G = 0%
B = 55.95%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25002F (or 0x25002F) is known color: Blackcurrant. HEX triplet: 25, 00 and 2F. RGB value is (37,0,47). Sum of RGB (Red+Green+Blue) = 37+0+47=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #25002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002F is #DAFFD0. Grayscale: #101010. Windows color (decimal): -14352337 or 3080229. OLE color: 3080229.

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

Color convert

RGB 37 0 47 -
CMYK 0.21 1 0 0.82
HSL 287.23º 1% 0.09% -
HSV(B) 287.23º 1% 0.18% -
XYZ 1.28 0.6 2.74 -
YUV 16.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 37 0 47 0.21 1 0 0.82 287.23 1 0.09
Hex 25 0 2F 15 64 0 52 11F 64 9
Octal 45 0 57 25 144 0 122 437 144 11
Binary 100101 0 101111 10101 1100100 0 1010010 100011111 1100100 1001

Color Harmonies of #25002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25002F

Black with #25002F

Text Example


Text Example

White with #25002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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