Html Css Color HEX #250F38 Blackcurrant

📋 copy color: '#250F38'

red 37 ◦ green 15 ◦ blue 56

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

Shades of Blackcurrant #250F38

Tints of Blackcurrant #250F38

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.89%

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

R = 34.26%
G = 13.89%
B = 51.85%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#250F38 (or 0x250F38) is known color: Blackcurrant. HEX triplet: 25, 0F and 38. RGB value is (37,15,56). Sum of RGB (Red+Green+Blue) = 37+15+56=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #250F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F38 is #DAF0C7. Grayscale: #1A1A1A. Windows color (decimal): -14348488 or 3673893. OLE color: 3673893.

HSL color Cylindrical-coordinate representation of color #250F38: hue angle of 272.2º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250F38 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 15 56 -
CMYK 0.34 0.73 0 0.78
HSL 272.2º 0.58% 0.14% -
HSV(B) 272.2º 0.73% 0.22% -
XYZ 1.65 1.02 3.85 -
YUV 26.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 37 15 56 0.34 0.73 0 0.78 272.2 0.58 0.14
Hex 25 F 38 22 49 0 4E 110 3A E
Octal 45 17 70 42 111 0 116 420 72 16
Binary 100101 1111 111000 100010 1001001 0 1001110 100010000 111010 1110

Color Harmonies of #250F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F38

Black with #250F38

Text Example


Text Example

White with #250F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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