Html Css Color HEX #230127 Blackcurrant

📋 copy color: '#230127'

red 35 ◦ green 1 ◦ blue 39

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

Shades of Blackcurrant #230127

Tints of Blackcurrant #230127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

 BLUE value IS 39 (15.63% from 255) = 52%

R = 46.67%
G = 1.33%
B = 52%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#230127 (or 0x230127) is known color: Blackcurrant. HEX triplet: 23, 01 and 27. RGB value is (35,1,39). Sum of RGB (Red+Green+Blue) = 35+1+39=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #230127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230127 is #DCFED8. Grayscale: #0F0F0F. Windows color (decimal): -14483161 or 2556195. OLE color: 2556195.

HSL color Cylindrical-coordinate representation of color #230127: hue angle of 293.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230127 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 1 39 -
CMYK 0.10 0.97 0 0.85
HSL 293.68º 0.95% 0.08% -
HSV(B) 293.68º 0.97% 0.15% -
XYZ 1.07 0.53 1.96 -
YUV 15.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 35 1 39 0.10 0.97 0 0.85 293.68 0.95 0.08
Hex 23 1 27 A 61 0 55 126 5F 8
Octal 43 1 47 12 141 0 125 446 137 10
Binary 100011 1 100111 1010 1100001 0 1010101 100100110 1011111 1000

Color Harmonies of #230127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230127

Black with #230127

Text Example


Text Example

White with #230127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230127; }

 p { color: rgb(35,1,39); }

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

background-color css

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

 a { background-color: rgb(35,1,39); }

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

border-color css

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

 span { border-color: rgb(35,1,39); }

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