Html Css Color HEX #250A3F Blackcurrant

📋 copy color: '#250A3F'

red 37 ◦ green 10 ◦ blue 63

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

Shades of Blackcurrant #250A3F

Tints of Blackcurrant #250A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.09%

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

R = 33.64%
G = 9.09%
B = 57.27%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250A3F (or 0x250A3F) is known color: Blackcurrant. HEX triplet: 25, 0A and 3F. RGB value is (37,10,63). Sum of RGB (Red+Green+Blue) = 37+10+63=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #250A3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A3F is #DAF5C0. Grayscale: #171717. Windows color (decimal): -14349761 or 4131365. OLE color: 4131365.

HSL color Cylindrical-coordinate representation of color #250A3F: hue angle of 270.57º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250A3F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 10 63 -
CMYK 0.41 0.84 0 0.75
HSL 270.57º 0.73% 0.14% -
HSV(B) 270.57º 0.84% 0.25% -
XYZ 1.77 0.97 4.8 -
YUV 24.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 37 10 63 0.41 0.84 0 0.75 270.57 0.73 0.14
Hex 25 A 3F 29 54 0 4B 10F 49 E
Octal 45 12 77 51 124 0 113 417 111 16
Binary 100101 1010 111111 101001 1010100 0 1001011 100001111 1001001 1110

Color Harmonies of #250A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A3F

Black with #250A3F

Text Example


Text Example

White with #250A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A3F; }

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

 H1.HeaderClassName
 {
   color: #250A3F;
 }
 .AnyTagClassName
 {
   color: #250A3F;
 }
</style>

background-color css

<style>
 a { background-color: #250A3F; }

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

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

border-color css

<style>
 span { border-color: #250A3F; }

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

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