Html Css Color HEX #250533 Blackcurrant

📋 copy color: '#250533'

red 37 ◦ green 5 ◦ blue 51

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

Shades of Blackcurrant #250533

Tints of Blackcurrant #250533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 39.78%
G = 5.38%
B = 54.84%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250533 (or 0x250533) is known color: Blackcurrant. HEX triplet: 25, 05 and 33. RGB value is (37,5,51). Sum of RGB (Red+Green+Blue) = 37+5+51=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #250533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250533 is #DAFACC. Grayscale: #131313. Windows color (decimal): -14351053 or 3343653. OLE color: 3343653.

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

Color convert

RGB 37 5 51 -
CMYK 0.27 0.90 0 0.8
HSL 281.74º 0.82% 0.11% -
HSV(B) 281.74º 0.9% 0.2% -
XYZ 1.41 0.74 3.2 -
YUV 19.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 37 5 51 0.27 0.90 0 0.8 281.74 0.82 0.11
Hex 25 5 33 1B 5A 0 50 11A 52 B
Octal 45 5 63 33 132 0 120 432 122 13
Binary 100101 101 110011 11011 1011010 0 1010000 100011010 1010010 1011

Color Harmonies of #250533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250533

Black with #250533

Text Example


Text Example

White with #250533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250533; }

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

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

background-color css

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

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

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

border-color css

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

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

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