Html Css Color HEX #250932 Blackcurrant

📋 copy color: '#250932'

red 37 ◦ green 9 ◦ blue 50

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

Shades of Blackcurrant #250932

Tints of Blackcurrant #250932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 52.08%

R = 38.54%
G = 9.38%
B = 52.08%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250932 (or 0x250932) is known color: Blackcurrant. HEX triplet: 25, 09 and 32. RGB value is (37,9,50). Sum of RGB (Red+Green+Blue) = 37+9+50=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #250932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250932 is #DAF6CD. Grayscale: #151515. Windows color (decimal): -14350030 or 3279141. OLE color: 3279141.

HSL color Cylindrical-coordinate representation of color #250932: hue angle of 280.98º degrees, saturation: 0.69, 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 #250932 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 9 50 -
CMYK 0.26 0.82 0 0.80
HSL 280.98º 0.69% 0.12% -
HSV(B) 280.98º 0.82% 0.2% -
XYZ 1.44 0.82 3.1 -
YUV 22.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 37 9 50 0.26 0.82 0 0.80 280.98 0.69 0.12
Hex 25 9 32 1A 52 0 50 119 45 C
Octal 45 11 62 32 122 0 120 431 105 14
Binary 100101 1001 110010 11010 1010010 0 1010000 100011001 1000101 1100

Color Harmonies of #250932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250932

Black with #250932

Text Example


Text Example

White with #250932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250932; }

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

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

background-color css

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

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

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

border-color css

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

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

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