Html Css Color HEX #38002D Blackberry

📋 copy color: '#38002D'

red 56 ◦ green 0 ◦ blue 45

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

Shades of Blackberry #38002D

Tints of Blackberry #38002D

RGB

 RED value IS 56 (22.27% from 255) = 55.45%

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

 BLUE value IS 45 (17.97% from 255) = 44.55%

R = 55.45%
G = 0%
B = 44.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38002D (or 0x38002D) is known color: Blackberry. HEX triplet: 38, 00 and 2D. RGB value is (56,0,45). Sum of RGB (Red+Green+Blue) = 56+0+45=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002D is #C7FFD2. Grayscale: #151515. Windows color (decimal): -13107155 or 2949176. OLE color: 2949176.

HSL color Cylindrical-coordinate representation of color #38002D: hue angle of 311.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38002D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 0 45 -
CMYK 0 1 0.20 0.78
HSL 311.79º 1% 0.11% -
HSV(B) 311.79º 1% 0.22% -
XYZ 2.1 1.03 2.57 -
YUV 21.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 56 0 45 0 1 0.20 0.78 311.79 1 0.11
Hex 38 0 2D 0 64 14 4E 138 64 B
Octal 70 0 55 0 144 24 116 470 144 13
Binary 111000 0 101101 0 1100100 10100 1001110 100111000 1100100 1011

Color Harmonies of #38002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38002D

Black with #38002D

Text Example


Text Example

White with #38002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38002D; }

 p { color: rgb(56,0,45); }

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

background-color css

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

 a { background-color: rgb(56,0,45); }

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

border-color css

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

 span { border-color: rgb(56,0,45); }

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