Html Css Color HEX #250D29 Blackcurrant

📋 copy color: '#250D29'

red 37 ◦ green 13 ◦ blue 41

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

Shades of Blackcurrant #250D29

Tints of Blackcurrant #250D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 40.66%
G = 14.29%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250D29 (or 0x250D29) is known color: Blackcurrant. HEX triplet: 25, 0D and 29. RGB value is (37,13,41). Sum of RGB (Red+Green+Blue) = 37+13+41=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #250D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D29 is #DAF2D6. Grayscale: #171717. Windows color (decimal): -14349015 or 2690341. OLE color: 2690341.

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

Color convert

RGB 37 13 41 -
CMYK 0.10 0.68 0 0.84
HSL 291.43º 0.52% 0.11% -
HSV(B) 291.43º 0.68% 0.16% -
XYZ 1.31 0.84 2.19 -
YUV 23.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 37 13 41 0.10 0.68 0 0.84 291.43 0.52 0.11
Hex 25 D 29 A 44 0 54 123 34 B
Octal 45 15 51 12 104 0 124 443 64 13
Binary 100101 1101 101001 1010 1000100 0 1010100 100100011 110100 1011

Color Harmonies of #250D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D29

Black with #250D29

Text Example


Text Example

White with #250D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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