Html Css Color HEX #250536 Blackcurrant

📋 copy color: '#250536'

red 37 ◦ green 5 ◦ blue 54

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

Shades of Blackcurrant #250536

Tints of Blackcurrant #250536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 56.25%

R = 38.54%
G = 5.21%
B = 56.25%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250536 (or 0x250536) is known color: Blackcurrant. HEX triplet: 25, 05 and 36. RGB value is (37,5,54). Sum of RGB (Red+Green+Blue) = 37+5+54=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #250536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250536 is #DAFAC9. Grayscale: #131313. Windows color (decimal): -14351050 or 3540261. OLE color: 3540261.

HSL color Cylindrical-coordinate representation of color #250536: hue angle of 279.18º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250536 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 5 54 -
CMYK 0.31 0.91 0 0.79
HSL 279.18º 0.83% 0.12% -
HSV(B) 279.18º 0.91% 0.21% -
XYZ 1.48 0.77 3.56 -
YUV 20.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 37 5 54 0.31 0.91 0 0.79 279.18 0.83 0.12
Hex 25 5 36 1F 5B 0 4F 117 53 C
Octal 45 5 66 37 133 0 117 427 123 14
Binary 100101 101 110110 11111 1011011 0 1001111 100010111 1010011 1100

Color Harmonies of #250536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250536

Black with #250536

Text Example


Text Example

White with #250536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250536; }

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

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

background-color css

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

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

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

border-color css

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

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

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