Html Css Color HEX #250D2F Blackcurrant

📋 copy color: '#250D2F'

red 37 ◦ green 13 ◦ blue 47

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

Shades of Blackcurrant #250D2F

Tints of Blackcurrant #250D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 47 (18.75% from 255) = 48.45%

R = 38.14%
G = 13.4%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#250D2F (or 0x250D2F) is known color: Blackcurrant. HEX triplet: 25, 0D and 2F. RGB value is (37,13,47). Sum of RGB (Red+Green+Blue) = 37+13+47=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #250D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D2F is #DAF2D0. Grayscale: #171717. Windows color (decimal): -14349009 or 3083557. OLE color: 3083557.

HSL color Cylindrical-coordinate representation of color #250D2F: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #250D2F is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 13 47 -
CMYK 0.21 0.72 0 0.82
HSL 282.35º 0.57% 0.12% -
HSV(B) 282.35º 0.72% 0.18% -
XYZ 1.42 0.89 2.79 -
YUV 24.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 37 13 47 0.21 0.72 0 0.82 282.35 0.57 0.12
Hex 25 D 2F 15 48 0 52 11A 39 C
Octal 45 15 57 25 110 0 122 432 71 14
Binary 100101 1101 101111 10101 1001000 0 1010010 100011010 111001 1100

Color Harmonies of #250D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D2F

Black with #250D2F

Text Example


Text Example

White with #250D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,47); }

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

background-color css

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

 a { background-color: rgb(37,13,47); }

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

border-color css

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

 span { border-color: rgb(37,13,47); }

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