Html Css Color HEX #250135 Blackcurrant

📋 copy color: '#250135'

red 37 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #250135

Tints of Blackcurrant #250135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 53 (21.09% from 255) = 58.24%

R = 40.66%
G = 1.1%
B = 58.24%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250135 (or 0x250135) is known color: Blackcurrant. HEX triplet: 25, 01 and 35. RGB value is (37,1,53). Sum of RGB (Red+Green+Blue) = 37+1+53=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #250135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250135 is #DAFECA. Grayscale: #111111. Windows color (decimal): -14352075 or 3473701. OLE color: 3473701.

HSL color Cylindrical-coordinate representation of color #250135: hue angle of 281.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250135 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 1 53 -
CMYK 0.30 0.98 0 0.79
HSL 281.54º 0.96% 0.11% -
HSV(B) 281.54º 0.98% 0.21% -
XYZ 1.42 0.67 3.42 -
YUV 17.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 37 1 53 0.30 0.98 0 0.79 281.54 0.96 0.11
Hex 25 1 35 1E 62 0 4F 11A 60 B
Octal 45 1 65 36 142 0 117 432 140 13
Binary 100101 1 110101 11110 1100010 0 1001111 100011010 1100000 1011

Color Harmonies of #250135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250135

Black with #250135

Text Example


Text Example

White with #250135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250135; }

 p { color: rgb(37,1,53); }

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

background-color css

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

 a { background-color: rgb(37,1,53); }

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

border-color css

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

 span { border-color: rgb(37,1,53); }

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