Html Css Color HEX #25083E Blackcurrant

📋 copy color: '#25083E'

red 37 ◦ green 8 ◦ blue 62

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

Shades of Blackcurrant #25083E

Tints of Blackcurrant #25083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 34.58%
G = 7.48%
B = 57.94%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25083E (or 0x25083E) is known color: Blackcurrant. HEX triplet: 25, 08 and 3E. RGB value is (37,8,62). Sum of RGB (Red+Green+Blue) = 37+8+62=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #25083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25083E is #DAF7C1. Grayscale: #161616. Windows color (decimal): -14350274 or 4065317. OLE color: 4065317.

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

Color convert

RGB 37 8 62 -
CMYK 0.40 0.87 0 0.76
HSL 272.22º 0.77% 0.14% -
HSV(B) 272.22º 0.87% 0.24% -
XYZ 1.72 0.91 4.64 -
YUV 22.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 37 8 62 0.40 0.87 0 0.76 272.22 0.77 0.14
Hex 25 8 3E 28 57 0 4C 110 4D E
Octal 45 10 76 50 127 0 114 420 115 16
Binary 100101 1000 111110 101000 1010111 0 1001100 100010000 1001101 1110

Color Harmonies of #25083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25083E

Black with #25083E

Text Example


Text Example

White with #25083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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