Html Css Color HEX #250F32 Blackcurrant

📋 copy color: '#250F32'

red 37 ◦ green 15 ◦ blue 50

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

Shades of Blackcurrant #250F32

Tints of Blackcurrant #250F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

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

R = 36.27%
G = 14.71%
B = 49.02%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250F32 (or 0x250F32) is known color: Blackcurrant. HEX triplet: 25, 0F and 32. RGB value is (37,15,50). Sum of RGB (Red+Green+Blue) = 37+15+50=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #250F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F32 is #DAF0CD. Grayscale: #191919. Windows color (decimal): -14348494 or 3280677. OLE color: 3280677.

HSL color Cylindrical-coordinate representation of color #250F32: hue angle of 277.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250F32 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 15 50 -
CMYK 0.26 0.70 0 0.80
HSL 277.71º 0.54% 0.13% -
HSV(B) 277.71º 0.7% 0.2% -
XYZ 1.51 0.97 3.12 -
YUV 25.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 37 15 50 0.26 0.70 0 0.80 277.71 0.54 0.13
Hex 25 F 32 1A 46 0 50 116 36 D
Octal 45 17 62 32 106 0 120 426 66 15
Binary 100101 1111 110010 11010 1000110 0 1010000 100010110 110110 1101

Color Harmonies of #250F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F32

Black with #250F32

Text Example


Text Example

White with #250F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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