Html Css Color HEX #250933 Blackcurrant

📋 copy color: '#250933'

red 37 ◦ green 9 ◦ blue 51

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

Shades of Blackcurrant #250933

Tints of Blackcurrant #250933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 52.58%

R = 38.14%
G = 9.28%
B = 52.58%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250933 (or 0x250933) is known color: Blackcurrant. HEX triplet: 25, 09 and 33. RGB value is (37,9,51). Sum of RGB (Red+Green+Blue) = 37+9+51=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #250933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250933 is #DAF6CC. Grayscale: #161616. Windows color (decimal): -14350029 or 3344677. OLE color: 3344677.

HSL color Cylindrical-coordinate representation of color #250933: hue angle of 280º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #250933 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 9 51 -
CMYK 0.27 0.82 0 0.8
HSL 280º 0.7% 0.12% -
HSV(B) 280º 0.82% 0.2% -
XYZ 1.46 0.83 3.21 -
YUV 22.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 37 9 51 0.27 0.82 0 0.8 280 0.7 0.12
Hex 25 9 33 1B 52 0 50 118 46 C
Octal 45 11 63 33 122 0 120 430 106 14
Binary 100101 1001 110011 11011 1010010 0 1010000 100011000 1000110 1100

Color Harmonies of #250933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250933

Black with #250933

Text Example


Text Example

White with #250933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250933; }

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

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

background-color css

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

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

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

border-color css

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

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

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