Html Css Color HEX #25034B Blackcurrant

📋 copy color: '#25034B'

red 37 ◦ green 3 ◦ blue 75

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

Shades of Blackcurrant #25034B

Tints of Blackcurrant #25034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

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

R = 32.17%
G = 2.61%
B = 65.22%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25034B (or 0x25034B) is known color: Blackcurrant. HEX triplet: 25, 03 and 4B. RGB value is (37,3,75). Sum of RGB (Red+Green+Blue) = 37+3+75=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #25034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25034B is #DAFCB4. Grayscale: #151515. Windows color (decimal): -14351541 or 4916005. OLE color: 4916005.

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

Color convert

RGB 37 3 75 -
CMYK 0.51 0.96 0 0.71
HSL 268.33º 0.92% 0.15% -
HSV(B) 268.33º 0.96% 0.29% -
XYZ 2.07 0.97 6.73 -
YUV 21.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 37 3 75 0.51 0.96 0 0.71 268.33 0.92 0.15
Hex 25 3 4B 33 60 0 47 10C 5C F
Octal 45 3 113 63 140 0 107 414 134 17
Binary 100101 11 1001011 110011 1100000 0 1000111 100001100 1011100 1111

Color Harmonies of #25034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25034B

Black with #25034B

Text Example


Text Example

White with #25034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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