Html Css Color HEX #25103F Blackcurrant

📋 copy color: '#25103F'

red 37 ◦ green 16 ◦ blue 63

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

Shades of Blackcurrant #25103F

Tints of Blackcurrant #25103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

 BLUE value IS 63 (25% from 255) = 54.31%

R = 31.9%
G = 13.79%
B = 54.31%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#25103F (or 0x25103F) is known color: Blackcurrant. HEX triplet: 25, 10 and 3F. RGB value is (37,16,63). Sum of RGB (Red+Green+Blue) = 37+16+63=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #25103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25103F is #DAEFC0. Grayscale: #1B1B1B. Windows color (decimal): -14348225 or 4132901. OLE color: 4132901.

HSL color Cylindrical-coordinate representation of color #25103F: hue angle of 266.81º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25103F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 16 63 -
CMYK 0.41 0.75 0 0.75
HSL 266.81º 0.59% 0.15% -
HSV(B) 266.81º 0.75% 0.25% -
XYZ 1.85 1.12 4.82 -
YUV 27.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 37 16 63 0.41 0.75 0 0.75 266.81 0.59 0.15
Hex 25 10 3F 29 4B 0 4B 10B 3B F
Octal 45 20 77 51 113 0 113 413 73 17
Binary 100101 10000 111111 101001 1001011 0 1001011 100001011 111011 1111

Color Harmonies of #25103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25103F

Black with #25103F

Text Example


Text Example

White with #25103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25103F; }

 p { color: rgb(37,16,63); }

 H1.HeaderClassName
 {
   color: #25103F;
 }
 .AnyTagClassName
 {
   color: #25103F;
 }
</style>

background-color css

<style>
 a { background-color: #25103F; }

 a { background-color: rgb(37,16,63); }

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

border-color css

<style>
 span { border-color: #25103F; }

 span { border-color: rgb(37,16,63); }

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