Html Css Color HEX #250238 Blackcurrant

📋 copy color: '#250238'

red 37 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #250238

Tints of Blackcurrant #250238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 58.95%

R = 38.95%
G = 2.11%
B = 58.95%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250238 (or 0x250238) is known color: Blackcurrant. HEX triplet: 25, 02 and 38. RGB value is (37,2,56). Sum of RGB (Red+Green+Blue) = 37+2+56=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #250238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250238 is #DAFDC7. Grayscale: #121212. Windows color (decimal): -14351816 or 3670565. OLE color: 3670565.

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

Color convert

RGB 37 2 56 -
CMYK 0.34 0.96 0 0.78
HSL 278.89º 0.93% 0.11% -
HSV(B) 278.89º 0.96% 0.22% -
XYZ 1.5 0.72 3.8 -
YUV 18.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 37 2 56 0.34 0.96 0 0.78 278.89 0.93 0.11
Hex 25 2 38 22 60 0 4E 117 5D B
Octal 45 2 70 42 140 0 116 427 135 13
Binary 100101 10 111000 100010 1100000 0 1001110 100010111 1011101 1011

Color Harmonies of #250238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250238

Black with #250238

Text Example


Text Example

White with #250238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250238; }

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

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

background-color css

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

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

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

border-color css

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

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

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