Html Css Color HEX #250935 Blackcurrant

📋 copy color: '#250935'

red 37 ◦ green 9 ◦ blue 53

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

Shades of Blackcurrant #250935

Tints of Blackcurrant #250935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 37.37%
G = 9.09%
B = 53.54%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#250935 (or 0x250935) is known color: Blackcurrant. HEX triplet: 25, 09 and 35. RGB value is (37,9,53). Sum of RGB (Red+Green+Blue) = 37+9+53=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #250935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250935 is #DAF6CA. Grayscale: #161616. Windows color (decimal): -14350027 or 3475749. OLE color: 3475749.

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

Color convert

RGB 37 9 53 -
CMYK 0.30 0.83 0 0.79
HSL 278.18º 0.71% 0.12% -
HSV(B) 278.18º 0.83% 0.21% -
XYZ 1.5 0.85 3.45 -
YUV 22.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 37 9 53 0.30 0.83 0 0.79 278.18 0.71 0.12
Hex 25 9 35 1E 53 0 4F 116 47 C
Octal 45 11 65 36 123 0 117 426 107 14
Binary 100101 1001 110101 11110 1010011 0 1001111 100010110 1000111 1100

Color Harmonies of #250935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250935

Black with #250935

Text Example


Text Example

White with #250935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250935; }

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

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

background-color css

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

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

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

border-color css

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

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

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