Html Css Color HEX #231530 Blackcurrant

📋 copy color: '#231530'

red 35 ◦ green 21 ◦ blue 48

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

Shades of Blackcurrant #231530

Tints of Blackcurrant #231530

RGB

 RED value IS 35 (14.06% from 255) = 33.65%

 GREEN value IS 21 (8.59% from 255) = 20.19%

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

R = 33.65%
G = 20.19%
B = 46.15%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231530 (or 0x231530) is known color: Blackcurrant. HEX triplet: 23, 15 and 30. RGB value is (35,21,48). Sum of RGB (Red+Green+Blue) = 35+21+48=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #231530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231530 is #DCEACF. Grayscale: #1C1C1C. Windows color (decimal): -14478032 or 3151139. OLE color: 3151139.

HSL color Cylindrical-coordinate representation of color #231530: hue angle of 271.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #231530 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 35 21 48 -
CMYK 0.27 0.56 0 0.81
HSL 271.11º 0.39% 0.14% -
HSV(B) 271.11º 0.56% 0.19% -
XYZ 1.49 1.11 2.93 -
YUV 28.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 35 21 48 0.27 0.56 0 0.81 271.11 0.39 0.14
Hex 23 15 30 1B 38 0 51 10F 27 E
Octal 43 25 60 33 70 0 121 417 47 16
Binary 100011 10101 110000 11011 111000 0 1010001 100001111 100111 1110

Color Harmonies of #231530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231530

Black with #231530

Text Example


Text Example

White with #231530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231530; }

 p { color: rgb(35,21,48); }

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

background-color css

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

 a { background-color: rgb(35,21,48); }

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

border-color css

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

 span { border-color: rgb(35,21,48); }

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