Html Css Color HEX #250D32 Blackcurrant

📋 copy color: '#250D32'

red 37 ◦ green 13 ◦ blue 50

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

Shades of Blackcurrant #250D32

Tints of Blackcurrant #250D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 37%
G = 13%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#250D32 (or 0x250D32) is known color: Blackcurrant. HEX triplet: 25, 0D and 32. RGB value is (37,13,50). Sum of RGB (Red+Green+Blue) = 37+13+50=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #250D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D32 is #DAF2CD. Grayscale: #181818. Windows color (decimal): -14349006 or 3280165. OLE color: 3280165.

HSL color Cylindrical-coordinate representation of color #250D32: hue angle of 278.92º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #250D32 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 13 50 -
CMYK 0.26 0.74 0 0.80
HSL 278.92º 0.59% 0.12% -
HSV(B) 278.92º 0.74% 0.2% -
XYZ 1.48 0.91 3.12 -
YUV 24.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 37 13 50 0.26 0.74 0 0.80 278.92 0.59 0.12
Hex 25 D 32 1A 4A 0 50 117 3B C
Octal 45 15 62 32 112 0 120 427 73 14
Binary 100101 1101 110010 11010 1001010 0 1010000 100010111 111011 1100

Color Harmonies of #250D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D32

Black with #250D32

Text Example


Text Example

White with #250D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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