Html Css Color HEX #251B2F Blackcurrant

📋 copy color: '#251B2F'

red 37 ◦ green 27 ◦ blue 47

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

Shades of Blackcurrant #251B2F

Tints of Blackcurrant #251B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.32%

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

R = 33.33%
G = 24.32%
B = 42.34%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#251B2F (or 0x251B2F) is known color: Blackcurrant. HEX triplet: 25, 1B and 2F. RGB value is (37,27,47). Sum of RGB (Red+Green+Blue) = 37+27+47=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #251B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B2F is #DAE4D0. Grayscale: #202020. Windows color (decimal): -14345425 or 3087141. OLE color: 3087141.

HSL color Cylindrical-coordinate representation of color #251B2F: hue angle of 270º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251B2F is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 27 47 -
CMYK 0.21 0.43 0 0.82
HSL 270º 0.27% 0.15% -
HSV(B) 270º 0.43% 0.18% -
XYZ 1.67 1.38 2.87 -
YUV 32.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 37 27 47 0.21 0.43 0 0.82 270 0.27 0.15
Hex 25 1B 2F 15 2B 0 52 10E 1B F
Octal 45 33 57 25 53 0 122 416 33 17
Binary 100101 11011 101111 10101 101011 0 1010010 100001110 11011 1111

Color Harmonies of #251B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B2F

Black with #251B2F

Text Example


Text Example

White with #251B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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