Html Css Color HEX #250938 Blackcurrant

📋 copy color: '#250938'

red 37 ◦ green 9 ◦ blue 56

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

Shades of Blackcurrant #250938

Tints of Blackcurrant #250938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.82%

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

R = 36.27%
G = 8.82%
B = 54.9%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250938 (or 0x250938) is known color: Blackcurrant. HEX triplet: 25, 09 and 38. RGB value is (37,9,56). Sum of RGB (Red+Green+Blue) = 37+9+56=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #250938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250938 is #DAF6C7. Grayscale: #161616. Windows color (decimal): -14350024 or 3672357. OLE color: 3672357.

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

Color convert

RGB 37 9 56 -
CMYK 0.34 0.84 0 0.78
HSL 275.74º 0.72% 0.13% -
HSV(B) 275.74º 0.84% 0.22% -
XYZ 1.57 0.87 3.83 -
YUV 22.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 37 9 56 0.34 0.84 0 0.78 275.74 0.72 0.13
Hex 25 9 38 22 54 0 4E 114 48 D
Octal 45 11 70 42 124 0 116 424 110 15
Binary 100101 1001 111000 100010 1010100 0 1001110 100010100 1001000 1101

Color Harmonies of #250938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250938

Black with #250938

Text Example


Text Example

White with #250938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250938; }

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

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

background-color css

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

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

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

border-color css

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

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

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