Html Css Color HEX #250235 Blackcurrant

📋 copy color: '#250235'

red 37 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #250235

Tints of Blackcurrant #250235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

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

R = 40.22%
G = 2.17%
B = 57.61%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250235 (or 0x250235) is known color: Blackcurrant. HEX triplet: 25, 02 and 35. RGB value is (37,2,53). Sum of RGB (Red+Green+Blue) = 37+2+53=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #250235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250235 is #DAFDCA. Grayscale: #121212. Windows color (decimal): -14351819 or 3473957. OLE color: 3473957.

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

Color convert

RGB 37 2 53 -
CMYK 0.30 0.96 0 0.79
HSL 281.18º 0.93% 0.11% -
HSV(B) 281.18º 0.96% 0.21% -
XYZ 1.43 0.69 3.43 -
YUV 18.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 37 2 53 0.30 0.96 0 0.79 281.18 0.93 0.11
Hex 25 2 35 1E 60 0 4F 119 5D B
Octal 45 2 65 36 140 0 117 431 135 13
Binary 100101 10 110101 11110 1100000 0 1001111 100011001 1011101 1011

Color Harmonies of #250235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250235

Black with #250235

Text Example


Text Example

White with #250235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250235; }

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

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

background-color css

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

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

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

border-color css

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

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

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