Html Css Color HEX #250C2D Blackcurrant

📋 copy color: '#250C2D'

red 37 ◦ green 12 ◦ blue 45

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

Shades of Blackcurrant #250C2D

Tints of Blackcurrant #250C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.77%

 BLUE value IS 45 (17.97% from 255) = 47.87%

R = 39.36%
G = 12.77%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#250C2D (or 0x250C2D) is known color: Blackcurrant. HEX triplet: 25, 0C and 2D. RGB value is (37,12,45). Sum of RGB (Red+Green+Blue) = 37+12+45=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #250C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C2D is #DAF3D2. Grayscale: #171717. Windows color (decimal): -14349267 or 2952229. OLE color: 2952229.

HSL color Cylindrical-coordinate representation of color #250C2D: hue angle of 285.45º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250C2D is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 12 45 -
CMYK 0.18 0.73 0 0.82
HSL 285.45º 0.58% 0.11% -
HSV(B) 285.45º 0.73% 0.18% -
XYZ 1.37 0.85 2.57 -
YUV 23.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 37 12 45 0.18 0.73 0 0.82 285.45 0.58 0.11
Hex 25 C 2D 12 49 0 52 11D 3A B
Octal 45 14 55 22 111 0 122 435 72 13
Binary 100101 1100 101101 10010 1001001 0 1010010 100011101 111010 1011

Color Harmonies of #250C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C2D

Black with #250C2D

Text Example


Text Example

White with #250C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,45); }

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

background-color css

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

 a { background-color: rgb(37,12,45); }

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

border-color css

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

 span { border-color: rgb(37,12,45); }

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