Html Css Color HEX #231430 Blackcurrant

📋 copy color: '#231430'

red 35 ◦ green 20 ◦ blue 48

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

Shades of Blackcurrant #231430

Tints of Blackcurrant #231430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 33.98%
G = 19.42%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#231430 (or 0x231430) is known color: Blackcurrant. HEX triplet: 23, 14 and 30. RGB value is (35,20,48). Sum of RGB (Red+Green+Blue) = 35+20+48=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #231430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231430 is #DCEBCF. Grayscale: #1B1B1B. Windows color (decimal): -14478288 or 3150883. OLE color: 3150883.

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

Color convert

RGB 35 20 48 -
CMYK 0.27 0.58 0 0.81
HSL 272.14º 0.41% 0.13% -
HSV(B) 272.14º 0.58% 0.19% -
XYZ 1.48 1.07 2.93 -
YUV 27.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 35 20 48 0.27 0.58 0 0.81 272.14 0.41 0.13
Hex 23 14 30 1B 3A 0 51 110 29 D
Octal 43 24 60 33 72 0 121 420 51 15
Binary 100011 10100 110000 11011 111010 0 1010001 100010000 101001 1101

Color Harmonies of #231430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231430

Black with #231430

Text Example


Text Example

White with #231430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231430; }

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

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

background-color css

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

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

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

border-color css

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

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

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