Html Css Color HEX #25054B Blackcurrant

📋 copy color: '#25054B'

red 37 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #25054B

Tints of Blackcurrant #25054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 75 (29.69% from 255) = 64.1%

R = 31.62%
G = 4.27%
B = 64.1%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25054B (or 0x25054B) is known color: Blackcurrant. HEX triplet: 25, 05 and 4B. RGB value is (37,5,75). Sum of RGB (Red+Green+Blue) = 37+5+75=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #25054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25054B is #DAFAB4. Grayscale: #161616. Windows color (decimal): -14351029 or 4916517. OLE color: 4916517.

HSL color Cylindrical-coordinate representation of color #25054B: hue angle of 267.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25054B is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 5 75 -
CMYK 0.51 0.93 0 0.71
HSL 267.43º 0.88% 0.16% -
HSV(B) 267.43º 0.93% 0.29% -
XYZ 2.09 1.01 6.74 -
YUV 22.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 37 5 75 0.51 0.93 0 0.71 267.43 0.88 0.16
Hex 25 5 4B 33 5D 0 47 10B 58 10
Octal 45 5 113 63 135 0 107 413 130 20
Binary 100101 101 1001011 110011 1011101 0 1000111 100001011 1011000 10000

Color Harmonies of #25054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25054B

Black with #25054B

Text Example


Text Example

White with #25054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25054B; }

 p { color: rgb(37,5,75); }

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

background-color css

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

 a { background-color: rgb(37,5,75); }

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

border-color css

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

 span { border-color: rgb(37,5,75); }

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