Html Css Color HEX #251130 Blackcurrant

📋 copy color: '#251130'

red 37 ◦ green 17 ◦ blue 48

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

Shades of Blackcurrant #251130

Tints of Blackcurrant #251130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.67%

 BLUE value IS 48 (19.14% from 255) = 47.06%

R = 36.27%
G = 16.67%
B = 47.06%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#251130 (or 0x251130) is known color: Blackcurrant. HEX triplet: 25, 11 and 30. RGB value is (37,17,48). Sum of RGB (Red+Green+Blue) = 37+17+48=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #251130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251130 is #DAEECF. Grayscale: #1A1A1A. Windows color (decimal): -14347984 or 3150117. OLE color: 3150117.

HSL color Cylindrical-coordinate representation of color #251130: hue angle of 278.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251130 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 17 48 -
CMYK 0.23 0.65 0 0.81
HSL 278.71º 0.48% 0.13% -
HSV(B) 278.71º 0.65% 0.19% -
XYZ 1.5 1.01 2.91 -
YUV 26.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 37 17 48 0.23 0.65 0 0.81 278.71 0.48 0.13
Hex 25 11 30 17 41 0 51 117 30 D
Octal 45 21 60 27 101 0 121 427 60 15
Binary 100101 10001 110000 10111 1000001 0 1010001 100010111 110000 1101

Color Harmonies of #251130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251130

Black with #251130

Text Example


Text Example

White with #251130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251130; }

 p { color: rgb(37,17,48); }

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

background-color css

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

 a { background-color: rgb(37,17,48); }

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

border-color css

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

 span { border-color: rgb(37,17,48); }

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