Html Css Color HEX #250A38 Blackcurrant

📋 copy color: '#250A38'

red 37 ◦ green 10 ◦ blue 56

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

Shades of Blackcurrant #250A38

Tints of Blackcurrant #250A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 54.37%

R = 35.92%
G = 9.71%
B = 54.37%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250A38 (or 0x250A38) is known color: Blackcurrant. HEX triplet: 25, 0A and 38. RGB value is (37,10,56). Sum of RGB (Red+Green+Blue) = 37+10+56=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #250A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A38 is #DAF5C7. Grayscale: #171717. Windows color (decimal): -14349768 or 3672613. OLE color: 3672613.

HSL color Cylindrical-coordinate representation of color #250A38: hue angle of 275.22º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250A38 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 10 56 -
CMYK 0.34 0.82 0 0.78
HSL 275.22º 0.7% 0.13% -
HSV(B) 275.22º 0.82% 0.22% -
XYZ 1.59 0.9 3.83 -
YUV 23.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 37 10 56 0.34 0.82 0 0.78 275.22 0.7 0.13
Hex 25 A 38 22 52 0 4E 113 46 D
Octal 45 12 70 42 122 0 116 423 106 15
Binary 100101 1010 111000 100010 1010010 0 1001110 100010011 1000110 1101

Color Harmonies of #250A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A38

Black with #250A38

Text Example


Text Example

White with #250A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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