Html Css Color HEX #25083D Blackcurrant

📋 copy color: '#25083D'

red 37 ◦ green 8 ◦ blue 61

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

Shades of Blackcurrant #25083D

Tints of Blackcurrant #25083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 57.55%

R = 34.91%
G = 7.55%
B = 57.55%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25083D (or 0x25083D) is known color: Blackcurrant. HEX triplet: 25, 08 and 3D. RGB value is (37,8,61). Sum of RGB (Red+Green+Blue) = 37+8+61=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #25083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25083D is #DAF7C2. Grayscale: #161616. Windows color (decimal): -14350275 or 3999781. OLE color: 3999781.

HSL color Cylindrical-coordinate representation of color #25083D: hue angle of 272.83º 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 #25083D is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 8 61 -
CMYK 0.39 0.87 0 0.76
HSL 272.83º 0.77% 0.14% -
HSV(B) 272.83º 0.87% 0.24% -
XYZ 1.69 0.9 4.5 -
YUV 22.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 37 8 61 0.39 0.87 0 0.76 272.83 0.77 0.14
Hex 25 8 3D 27 57 0 4C 111 4D E
Octal 45 10 75 47 127 0 114 421 115 16
Binary 100101 1000 111101 100111 1010111 0 1001100 100010001 1001101 1110

Color Harmonies of #25083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25083D

Black with #25083D

Text Example


Text Example

White with #25083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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