Html Css Color HEX #250F2A Blackcurrant

📋 copy color: '#250F2A'

red 37 ◦ green 15 ◦ blue 42

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

Shades of Blackcurrant #250F2A

Tints of Blackcurrant #250F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 44.68%

R = 39.36%
G = 15.96%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250F2A (or 0x250F2A) is known color: Blackcurrant. HEX triplet: 25, 0F and 2A. RGB value is (37,15,42). Sum of RGB (Red+Green+Blue) = 37+15+42=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #250F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F2A is #DAF0D5. Grayscale: #181818. Windows color (decimal): -14348502 or 2756389. OLE color: 2756389.

HSL color Cylindrical-coordinate representation of color #250F2A: hue angle of 288.89º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #250F2A is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 15 42 -
CMYK 0.12 0.64 0 0.84
HSL 288.89º 0.47% 0.11% -
HSV(B) 288.89º 0.64% 0.16% -
XYZ 1.35 0.9 2.29 -
YUV 24.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 37 15 42 0.12 0.64 0 0.84 288.89 0.47 0.11
Hex 25 F 2A C 40 0 54 121 2F B
Octal 45 17 52 14 100 0 124 441 57 13
Binary 100101 1111 101010 1100 1000000 0 1010100 100100001 101111 1011

Color Harmonies of #250F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F2A

Black with #250F2A

Text Example


Text Example

White with #250F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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