Html Css Color HEX #230030 Blackcurrant

📋 copy color: '#230030'

red 35 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #230030

Tints of Blackcurrant #230030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.17%
G = 0%
B = 57.83%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#230030 (or 0x230030) is known color: Blackcurrant. HEX triplet: 23, 00 and 30. RGB value is (35,0,48). Sum of RGB (Red+Green+Blue) = 35+0+48=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #230030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230030 is #DCFFCF. Grayscale: #0F0F0F. Windows color (decimal): -14483408 or 3145763. OLE color: 3145763.

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

Color convert

RGB 35 0 48 -
CMYK 0.27 1 0 0.81
HSL 283.75º 1% 0.09% -
HSV(B) 283.75º 1% 0.19% -
XYZ 1.23 0.57 2.84 -
YUV 15.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 35 0 48 0.27 1 0 0.81 283.75 1 0.09
Hex 23 0 30 1B 64 0 51 11C 64 9
Octal 43 0 60 33 144 0 121 434 144 11
Binary 100011 0 110000 11011 1100100 0 1010001 100011100 1100100 1001

Color Harmonies of #230030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230030

Black with #230030

Text Example


Text Example

White with #230030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230030; }

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

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

background-color css

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

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

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

border-color css

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

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

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