Html Css Color HEX #250335 Blackcurrant

📋 copy color: '#250335'

red 37 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #250335

Tints of Blackcurrant #250335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

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

R = 39.78%
G = 3.23%
B = 56.99%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250335 (or 0x250335) is known color: Blackcurrant. HEX triplet: 25, 03 and 35. RGB value is (37,3,53). Sum of RGB (Red+Green+Blue) = 37+3+53=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #250335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250335 is #DAFCCA. Grayscale: #121212. Windows color (decimal): -14351563 or 3474213. OLE color: 3474213.

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

Color convert

RGB 37 3 53 -
CMYK 0.30 0.94 0 0.79
HSL 280.8º 0.89% 0.11% -
HSV(B) 280.8º 0.94% 0.21% -
XYZ 1.44 0.72 3.43 -
YUV 18.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 37 3 53 0.30 0.94 0 0.79 280.8 0.89 0.11
Hex 25 3 35 1E 5E 0 4F 119 59 B
Octal 45 3 65 36 136 0 117 431 131 13
Binary 100101 11 110101 11110 1011110 0 1001111 100011001 1011001 1011

Color Harmonies of #250335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250335

Black with #250335

Text Example


Text Example

White with #250335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250335; }

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

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

background-color css

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

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

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

border-color css

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

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

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