Html Css Color HEX #250939 Blackcurrant

📋 copy color: '#250939'

red 37 ◦ green 9 ◦ blue 57

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

Shades of Blackcurrant #250939

Tints of Blackcurrant #250939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 55.34%

R = 35.92%
G = 8.74%
B = 55.34%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250939 (or 0x250939) is known color: Blackcurrant. HEX triplet: 25, 09 and 39. RGB value is (37,9,57). Sum of RGB (Red+Green+Blue) = 37+9+57=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #250939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250939 is #DAF6C6. Grayscale: #161616. Windows color (decimal): -14350023 or 3737893. OLE color: 3737893.

HSL color Cylindrical-coordinate representation of color #250939: hue angle of 275º degrees, saturation: 0.73, 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 #250939 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 9 57 -
CMYK 0.35 0.84 0 0.78
HSL 275º 0.73% 0.13% -
HSV(B) 275º 0.84% 0.22% -
XYZ 1.6 0.88 3.96 -
YUV 22.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 37 9 57 0.35 0.84 0 0.78 275 0.73 0.13
Hex 25 9 39 23 54 0 4E 113 49 D
Octal 45 11 71 43 124 0 116 423 111 15
Binary 100101 1001 111001 100011 1010100 0 1001110 100010011 1001001 1101

Color Harmonies of #250939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250939

Black with #250939

Text Example


Text Example

White with #250939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250939; }

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

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

background-color css

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

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

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

border-color css

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

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

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