Html Css Color HEX #25033E Blackcurrant

📋 copy color: '#25033E'

red 37 ◦ green 3 ◦ blue 62

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

Shades of Blackcurrant #25033E

Tints of Blackcurrant #25033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 60.78%

R = 36.27%
G = 2.94%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25033E (or 0x25033E) is known color: Blackcurrant. HEX triplet: 25, 03 and 3E. RGB value is (37,3,62). Sum of RGB (Red+Green+Blue) = 37+3+62=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #25033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25033E is #DAFCC1. Grayscale: #131313. Windows color (decimal): -14351554 or 4064037. OLE color: 4064037.

HSL color Cylindrical-coordinate representation of color #25033E: hue angle of 274.58º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25033E is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 3 62 -
CMYK 0.40 0.95 0 0.76
HSL 274.58º 0.91% 0.13% -
HSV(B) 274.58º 0.95% 0.24% -
XYZ 1.67 0.81 4.63 -
YUV 19.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 37 3 62 0.40 0.95 0 0.76 274.58 0.91 0.13
Hex 25 3 3E 28 5F 0 4C 113 5B D
Octal 45 3 76 50 137 0 114 423 133 15
Binary 100101 11 111110 101000 1011111 0 1001100 100010011 1011011 1101

Color Harmonies of #25033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25033E

Black with #25033E

Text Example


Text Example

White with #25033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25033E; }

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

 H1.HeaderClassName
 {
   color: #25033E;
 }
 .AnyTagClassName
 {
   color: #25033E;
 }
</style>

background-color css

<style>
 a { background-color: #25033E; }

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

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

border-color css

<style>
 span { border-color: #25033E; }

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

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